home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8"?> <?NLS TYPE="org.eclipse.help.contexts"?> <contexts> <!-- Actions --> <context id="debug_action_context" > <description>This command allows you to run the selected executable under debugger control.</description> <topic label="Run/Debug Actions" href="reference/ref-4.htm"/> <topic label="Debugger Concepts" href="concepts/concepts-10.htm"/> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> <topic label="Remote debugging" href="concepts/cremdbug.htm"/> </context> <context id="variable_selection_dialog_context"> <description>This dialog allows you to select variables to be used as launch configuration parameters. Variables are evaluated each time you launch your configuration, which can give your configuration dynamic behavior. Variables specifying 'Selected Resource...' are evaluated to the resource currently selected in the navigator or packages view, etc. at the time the configuration is launched.</description> </context> <context id="debug_last_action_context" > <description>This command re-launches the most recently launched application in debug mode.</description> </context> <context id="open_debug_configurations_action_context" > <description>This command opens the launch configuration dialog in debug mode.</description> </context> <context id="run_action_context" > <description>This command allows you to run the selected executable.</description> <topic label="Running a Java Program" href="tasks/tasks-130.htm"/> <topic label="Run/Debug Actions" href="reference/ref-4.htm" /> </context> <context id="run_last_action_context" > <description>This command re-launches the most recently launched application in run mode.</description> </context> <context id="open_run_configurations_action_context" > <description>This command opens the launch configuration dialog in run mode.</description> </context> <context id="profile_action_context" > <description>This command allows you to profile the selected executable.</description> </context> <context id="profile_last_action_context" > <description>This command re-launches the most recently launched application in profile mode.</description> </context> <context id="open_profile_configurations_action_context" > <description>This command opens the launch configuration dialog in profile mode.</description> </context> <context id="inspect_action_context" > <description>This command allows you to inspect the result of evaluating the selected expression.</description> <topic label="Inspecting in the Display View" href="reference/ref-55.htm" /> <topic label="Display View" href="reference/ref-52.htm" /> <topic label="Inspecting in the Expressions View" href="reference/ref-64.htm" /> <topic label="Expressions View" href="reference/ref-56.htm"/> <topic label="Inspecting in the Variables View" href="reference/ref-80.htm" /> <topic label="Variables View" href="reference/ref-74.htm"/> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> </context> <context id="change_value_action_context" > <description>This command allows you to change the value of the selected variable.</description> <topic label="Change Variable Values in the Expressions View" href="reference/ref-65.htm" /> <topic label="Expressions View" href="reference/ref-56.htm"/> <topic label="Change Variable Values in the Variables View" href="reference/ref-81.htm" /> <topic label="Variables View" href="reference/ref-74.htm"/> </context> <context id="clear_console_action_context" > <description>This command clears the console.</description> <topic label="Clear" href="reference/ref-46.htm"/> <topic label="Console View" href="reference/ref-45.htm"/> </context> <context id="copy_to_clipboard_action_context" > <description>This command copies the selection to the OS clipboard.</description> <topic label="Copy" href="reference/ref-47.htm" /> <topic label="Console View" href="reference/ref-45.htm"/> </context> <context id="disconnect_action_context" > <description>This command disconnects the debugger from the selected debug target.</description> <topic label="Disconnect" href="reference/ref-68.htm" /> <topic label="Debug View" href="reference/ref-51.htm" /> </context> <context id="enable_disable_breakpoint_action_context" > <description>This command toggles the breakpoint in the editor ruler.</description> <topic label="Debugger" href="concepts/concepts-10.htm" /> </context> <context id="enable_breakpoint_action_context" > <description>This command enables the selected breakpoints.</description> <topic label="Enable" href="reference/ref-44.htm" /> <topic label="Breakpoints View" href="reference/ref-35.htm"/> <topic label="Line Breakpoints" href="tasks/tasks-144.htm" /> <topic label="Debugger" href="concepts/concepts-10.htm" /> </context> <context id="disable_breakpoint_action_context" > <description>This command disables the selected breakpoints.</description> <topic label="Disable" href="reference/ref-44a.htm" /> <topic label="Breakpoints View" href="reference/ref-35.htm"/> <topic label="Line Breakpoints" href="tasks/tasks-144.htm" /> <topic label="Debugger" href="concepts/concepts-10.htm" /> </context> <context id="open_breakpoint_action_context" > <description>This command opens an editor for the file containing the selected breakpoint.</description> <topic label="Go to File for Breakpoint" href="reference/ref-38.htm" /> <topic label="Breakpoints View" href="reference/ref-35.htm"/> </context> <context id="relaunch_action_context" > <description>This command relaunches the selected debug target or process.</description> <topic label="Relaunch" href="reference/ref-72.htm" /> <topic label="Debug View" href="reference/ref-51.htm" /> </context> <context id="relaunch_history_action_context" > <description>This command allows you to select a previous launch from the launch history.</description> <topic label="Relaunching a Previously-launched Program" href="tasks/tasks-131.htm" /> <topic label="Relaunch" href="reference/ref-72.htm" /> <topic label="Debug View" href="reference/ref-51.htm" /> </context> <context id="remove_action_context" > <description>This command removes the selected launch from the view.</description> <topic label="Debug View" href="reference/ref-51.htm" /> </context> <context id="remove_all_action_context" > <description>This command removes all terminated launches from the view.</description> <topic label="Remove All Terminated Launches" href="reference/ref-69.htm" /> <topic label="Debug View" href="reference/ref-51.htm" /> </context> <context id="resume_action_context" > <description>This command resumes the selected thread or the thread containing the selected stack frame.</description> <topic label="Debug View" href="reference/ref-51.htm" /> <topic label="Resuming" href="tasks/tasks-135.htm" /> </context> <context id="run_to_line_action_context" > <description>This command resumes execution to the selected line.</description> </context> <context id="show_types_action_context" > <description>This option can be toggled to show or hide type names of variables in the view.</description> <topic label="Show Type Names in Expressions View" href="reference/ref-57.htm" /> <topic label="Expressions View" href="reference/ref-56.htm"/> <topic label="Show Type Names in Variables View" href="reference/ref-75.htm" /> <topic label="Variables View" href="reference/ref-74.htm"/> </context> <context id="step_with_filters_action_context" > <description>This command toggles step filters on/off, which are applied to the step into, over, and return commands.</description> </context> <context id="step_into_action_context" > <description>This command steps into the highlighted statement.</description> <topic label="Debug View" href="reference/ref-51.htm" /> <topic label="Stepping" href="tasks/tasks-136.htm" /> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> </context> <context id="step_over_action_context" > <description>This command steps over the highlighted statement. Execution will continue at the next line either in the same method or (if you are at the end of a method) it will continue in the method from which the current method was called.</description> <topic label="Debug View" href="reference/ref-51.htm" /> <topic label="Stepping" href="tasks/tasks-136.htm" /> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> </context> <context id="step_return_action_context" > <description>This command steps out of the current method. The execution stops after exiting the current method.</description> <topic label="Debug View" href="reference/ref-51.htm" /> <topic label="Stepping" href="tasks/tasks-136.htm" /> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> </context> <context id="suspend_action_context" > <description>This command suspends the selected debug target so that you can browse or modify code, inspect data, step, and so on.</description> <topic label="Debug View" href="reference/ref-51.htm" /> <topic label="Suspending" href="tasks/tasks-134.htm"/> <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> </context> <context id="terminate_action_context" > <description>This command terminates the selected debug target.</description> <topic label="Terminate" href="reference/ref-67.htm"/> <topic label="Connecting to a remote VM with the Remote Java application launch configuration" href="tasks/tasks-141.htm"/> <topic label="Debug View" href="reference/ref-51.htm"/> </context> <context id="terminate_all_action_context" > <description>This command terminates all active debug targets.</description> <topic label="Terminate All" href="reference/ref-71.htm"/> <topic label="Debug View" href="reference/ref-51.htm"/> </context> <context id="terminate_and_remove_action_context" > <description>This command terminates the selected process or debug target and removes it from the view.</description> <topic label="Terminate and Remove" href="reference/ref-70.htm"/> <topic label="Debug View" href="reference/ref-51.htm"/> </context> <context id="select_all_breakpoints_action_context" > <description>This command selects all breakpoint in the view.</description> </context> <context id="remove_breakpoint_action_context" > <description>This command deletes the selected breakpoints.</description> </context> <context id="remove_all_breakpoints_action_context" > <description>This command deletes all breakpoints in the view.</description> </context> <context id="select_all_variables_action_context" > <description>This command selects all variables in the view.</description> </context> <context id="copy_variables_to_clipboard_action_context" > <description>This command copies a textual representation of the selected variables to the clipboard.</description> </context> <context id="select_all_expressions_action_context" > <description>This command selects all expressions in the view.</description> </context> <context id="remove_expression_action_context" > <description>This command deletes the selected expressions.</description> </context> <context id="remove_all_expressions_action_context" > <description>This command deletes all expressions in the view.</description> </context> <context id="edit_launch_configuration_action_context" > <description>This command opens the launch configuration dialog on the launch configuration associated with the selection.</description> </context> <context id="open_launch_configuration_action_context" > <description>This command opens the launch configuration dialog in the context of the specified launch group.</description> </context> <context id="detail_pane_word_wrap_action_context" > <description>This command toggles word wrap on and off in the details text area.</description> </context> <context id="variables_content_providers_action_context" > <description>This command toggles the display of logical variable structure.</description> </context> <context id="ResetBaseAddressContextAction_context" > <description>Go to the base address of the memory block.</description> </context> <context id="FormatColumnAction_context" > <description>Format the table to the selected column size.</description> </context> <context id="TableRenderingPrefAction_context" > <description>This command opens the dialog for modifying preferences in table renderings.</description> </context> <context id="PrintViewTabContextAction_context" > <description>Print the memory monitor or rendering.</description> </context> <context id="GoToAddressAction_context" > <description>Go to an address in the memory block.</description> </context> <context id="CopyViewTabToClipboardContextAction_context" > <description>Copy selected tab to clipboard.</description> </context> <context id="RemoveMemoryBlockAction_context" > <description>Remove selected memory block.</description> </context> <context id="RemoveAllMemoryBlocksAction_context" > <description>Remove all memory monitors from the workbench.</description> </context> <context id="DefaultColumnSizePrefAction_context"> <description>This command sets the default column size for a memory monitor. </description> </context> <context id="RemoveRenderingContextAction_context"> <description>This command removes the top visible rendering from the Memory Rendering pane. </description> </context> <context id="AddRenderingContextAction_context"> <description>This command adds a rendering to the selected Memory Rendering pane. </description> </context> <context id="LittleEndianAction_context"> <description>This command formats a rendering as little endian. </description> </context> <context id="BigEndianAction_context"> <description>This command formats a rendering as big endian. </description> </context> <context id="RestoreDefEndianessAction_context"> <description>This command formats a rendering with its default endianess. </description> </context> <context id="ReformatAction_context"> <description>This command resizes all columns to fit the content of the table. </description> </context> <context id="ShowAddressColumnAction_context"> <description>This command toggles the visibility of the Address column. </description> </context> <context id="SelectCodePagesAction_context"> <description>This command opens the dialog for setting up codepage preferences in the Memory View </description> </context> <context id="CodePagesPrefDialog_context"> <description>This dialog sets codepage preferences in the Memory View</description> </context> <context id="SelectCodepageDialog_context"> <description>This dialog sets the codepage for the selected preference.</description> </context> <context id="SetPaddedStrAction_context"> <description>This commands opens the dialog for setting up the padded string used in memory renderings.</description> </context> <context id="SetPaddedStrDialog_context"> <description>This dialog sets up the padded string in memory renderings.</description> </context> <context id="NextPageAction_context"> <description>This command loads the next page of memory.</description> </context> <context id="PrevPageAction_context"> <description>This command loads the previous page of memory.</description> </context> <context id="find_variable_context"> <description>This command finds a variable by name.</description> </context> <context id="assign_value_context"> <description>This command attempts to assign a new value to the selected variable.</description> </context> <context id="variable_watch_action_context"> <description>This command creates a watch expression from the selected variable.</description> </context> <context id="add_watch_expression_context"> <description>This command adds a watch expression to the Expressions View.</description> </context> <context id="reevaluate_watch_expression_context"> <description>This command reevaluates a watch expression.</description> </context> <context id="disable_watch_expression_context"> <description>This command disables a watch expression.</description> </context> <context id="enable_watch_expression_context"> <description>This command enables a watch expression.</description> </context> <context id="edit_watch_expression_context"> <description>This command allows for editing of watch expressions.</description> </context> <context id="edit_watch_expression_context"> <description>This command allows for editing of watch expressions.</description> </context> <context id="edit_source_lookup_path_context"> <description>This command allows you to edit the source lookup path.</description> </context> <context id="lookup_source_context"> <description>Forces source lookup.</description> </context> <context id="console_terminate_action_context"> <description>Terminates the process associated with the console.</description> </context> <context id="console_remove_all_terminated_context"> <description>Removes all terminated processes.</description> </context> <context id="console_scroll_lock_action_context" > <description>This command enables and disables scroll lock.</description> </context> <!-- Views --> <context id="debug_view_context" > <description>This view displays system processes and the threads and stack frames for each target you are debugging.</description> <topic label="Debug View" href="reference/ref-51.htm"/> <topic label="Debugger Concepts" href="concepts/concepts-10.htm"/> <topic label="Copy Stack" href="reference/ref-51c.htm" /> <topic label="Disconnect" href="reference/ref-68.htm" /> <topic label="Drop to Frame" href="reference/ref-51d.htm" /> <topic label="Open on Declaring Type" href="reference/ref-51a.htm" /> <topic label="Open on Receiving Type" href="reference/ref-51b.htm" /> <topic label="Relaunch" href="reference/ref-72.htm" /> <topic label="Remove All Terminated Launches" href="reference/ref-69.htm" /> <topic label="Resuming" href="tasks/tasks-135.htm" /> <topic label="Show Qualified Names" href="reference/ref-58.htm" /> <topic label="Stepping" href="tasks/tasks-136.htm" /> <topic label="Suspending" href="tasks/tasks-134.htm"/> <topic label="Terminate" href="reference/ref-67.htm"/> <topic label="Terminate All" href="reference/ref-71.htm"/> <topic label="Terminate and Remove" href="reference/ref-70.htm"/> </context> <context id="variable_view_context" > <description>This view displays the variables in your program.</description> <topic label="Variables View" href="reference/ref-74.htm"/> <topic label="Inspecting Values" href="tasks/tasks-137.htm"/> <topic label="Show Qualified Names in Variables View" href="reference/ref-76.htm" /> <topic label="Show Type Names in Variables View" href="reference/ref-75.htm" /> <topic label="Show Detail Pane in Variables View" href="reference/ref-showdetailpane.htm" /> <topic label="Add/Remove Watchpoint" href="reference/ref-74a.htm" /> <topic label="Show Static Fields in Variables View" href="reference/ref-62.htm" /> <topic label="Show Constants in Variables View" href="reference/ref-63.htm" /> <topic label="Change Variable Values in the Variables View" href="reference/ref-81.htm" /> <topic label="Inspect in the Variables View" href="reference/ref-80.htm" /> </context> <context id="expression_view_context" > <description>This view shows the results of inspecting an expression or variable.</description> <topic label="Expressions View" href="reference/ref-56.htm"/> <topic label="Select All in the Expressions View" href="reference/ref-56a.htm"/> <topic label="Copy Variables in the Expressions View" href="reference/ref-56b.htm"/> <topic label="Remove Selected Expressions" href="reference/ref-59.htm" /> <topic label="Remove All Expressions" href="reference/ref-60.htm" /> <topic label="Change Variable Values in the Expressions View" href="reference/ref-65.htm" /> <topic label="Show Constants in the Expressions View" href="reference/ref-63.htm" /> <topic label="Show Static Fields in the Expressions View" href="reference/ref-62.htm" /> <topic label="Show Qualified Names in the Expressions View" href="reference/ref-58.htm" /> <topic label="Show Type Names in the Expressions View" href="reference/ref-57.htm" /> <topic label="Show Detail Pane for the Expressions View" href="reference/ref-56c.htm" /> <topic label="Add/Remove Watchpoint" href="reference/ref-56d.htm" /> <topic label="Inspect" href="reference/ref-64.htm" /> <topic label="Open Declared Type" href="reference/ref-56e.htm" /> </context> <context id="breakpoint_view_context" > <description>The Breakpoints view lists all the breakpoints you have set.</description> <topic label="Breakpoints View" href="reference/ref-35.htm"/> <topic label="Go to File for Breakpoint" href="reference/ref-38.htm" /> <topic label="Add Java Exception Breakpoint" href="reference/ref-40.htm" /> <topic label="Suspend Policy" href="reference/brkSuspendPolicy.htm" /> <topic label="Hit Count" href="reference/ref-43.htm" /> <topic label="Uncaught" href="reference/ref-41.htm" /> <topic label="Caught" href="reference/ref-42.htm" /> <topic label="Modification" href="reference/brkMod.htm" /> <topic label="Access" href="reference/brkAccess.htm" /> <topic label="Exit" href="reference/brkExit.htm" /> <topic label="Entry" href="reference/brkEntry.htm" /> <topic label="Select All" href="reference/brkSelectAll.htm" /> <topic label="Enable" href="reference/ref-44.htm" /> <topic label="Disable" href="reference/ref-44a.htm" /> <topic label="Remove Selected Breakpoints" href="reference/ref-36.htm" /> <topic label="Remove All Breakpoints" href="reference/ref-37.htm" /> <topic label="Show Qualified Names in Breakpoints View" href="reference/ref-39.htm" /> <topic label="Show Supported Breakpoints" href="reference/brkShowSupported.htm" /> <topic label="Breakpoint Properties" href="reference/brkProperties.htm" /> </context> <context id="console_view_context" > <description>This view shows the output of the execution of your program and allows you to enter any necessary user input.</description> <topic label="Console View" href="reference/ref-45.htm"/> <topic label="Copy" href="reference/ref-47.htm"/> <topic label="Select All" href="reference/ref-48.htm"/> <topic label="Find/Replace" href="reference/ref-49.htm"/> <topic label="Go To Line" href="reference/ref-50.htm"/> <topic label="Clear the Console" href="reference/ref-46.htm"/> <topic label="Terminate" href="reference/ref-45b.htm"/> </context> <context id="MemoryView_context" > <description>This view displays memory monitor in hexidecimal format.</description> </context> <context id="GoToAddressDialog_context" > <description>This dialog let you jump to an address in the memory block.</description> </context> <context id="MemoryViewPreferencePage_context" > <description>Preference page for setting the default column size when a new memory monitor is added. </description> </context> <context id="MonitorMemoryBlockDialog_context" > <description>This dialog allows you to add a memory block to the Memory View</description> </context> <!-- Preference pages --> <context id="debug_preference_page_context" > <description>On this page, you can set preferences for debugging your programs.</description> <topic label="Debug Preferences" href="reference/ref-11.htm"/> <topic label="Debugger Concepts" href="concepts/concepts-10.htm"/> </context> <context id="console_preference_page_context" > <description>On this page, you can set the preferences for the debug console.</description> <topic label="Console Preferences" href="reference/ref-12.htm"/> <topic label="Debugger Concepts" href="concepts/concepts-10.htm"/> </context> <context id="launch_history_preference_page_context" > <description>On this page, you can modify launch history and favorites.</description> <topic label="Launch History Preferences" href="reference/ref-11.htm"/> </context> <context id="debug_action_groups_views_preference_page_context" > <description>On this page, you can enable and disable actions associated with a debugger. When a group of actions is disabled, the actions will not appear in debug views.</description> </context> <context id="simple_variable_preference_page_context"> <description>One this page, you can create and configure simple launch variables which you can reference in launch configurations that support variables.</description> </context> <context id="table_renderings_preference_page_context"> <description>On this page, you can configure the default column size and the memory loading mode in table renderings. </description> </context> <!-- Property pages --> <context id="process_property_page_context" > <description>This page displays the command line used to launch a process.</description> </context> <!-- Launch configuration tabs --> <context id="launch_configuration_dialog_perspective_tab" > <description>This tab allows you to set the perspective that is switched to/opened when a configuration is launched. A perspective may be associated with each supported launch mode.</description> </context> <context id="launch_configuration_dialog refresh_tab" > <description>This tab allows you to choose which resources are refreshed when a launch configuration is executed.</description> </context> <context id="launch_configuration_dialog_common_tab" > <description>This tab allows you to set the type of the launch configuration, which favorites menu it will be displayed within and whether to launch the configuration in the background.</description> <topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/> </context> <context id="launch_configuration_dialog_environment_tab" > <description>This tab allows you to create and configure the environment variables that will be passed into the launch configuration when it is executed.</description> </context> </contexts>